Member
| Type
| Default
| Description
|
m_numRecordsRead
| DWORD
| 0
| Specifies the number of records actually processed.
|
m_numRecords Selected
| DWORD
| 0
| Specifies the number of records selected for inclusion in the report out of the total number of records read.
|
m_numRecords Printed
| DWORD
| 0
| Specifies the number of records actually printed.
|
m_displayPageN
| WORD
| 0
| Specifies the page number of the currently displayed page in the preview window.
|
m_latestPageN
| WORD
| 0
| Specifies the number of the last page that is currently available. Once the printing is complete, this value is the number of the last page.
|
m_startPageN
| WORD
| 0
| Specifies the number of the starting page.
|
m_printEnded
| BOOL
| FALSE
| Specifies whether the printing process is completed.
|